Fix minor problems found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Jun 2013 16:14:22 +0000 (09:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Jun 2013 16:14:22 +0000 (09:14 -0700)
commit701a67892201d4bd0934d0df362ef3f51cf85e10
tree697afdd4d1cddf35330037052a2d09678fb4e862
parent700e9b31bf3ac5b62ed55b946df5f37672e88168
Fix minor problems found by static checking.

* lwlib/lwlib-Xaw.h (xaw_update_one_value, xaw_popup_menu):
* lwlib/lwlib-Xlw.h (xlw_update_one_value, xlw_pop_instance):
* lwlib/lwlib.h (lw_allow_resizing, lw_set_main_areas) [!USE_MOTIF]:
Now const.
* src/widget.c (resize_cb): Remove unused local.
lwlib/ChangeLog
lwlib/lwlib-Xaw.h
lwlib/lwlib-Xlw.h
lwlib/lwlib.h
src/ChangeLog
src/widget.c